home *** CD-ROM | disk | FTP | other *** search
- object frmEnvironment: TfrmEnvironment
- Left = 301
- Top = 217
- Width = 377
- Height = 267
- Caption = 'Environment'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object dxPageControl1: TdxPageControl
- Left = 0
- Top = 0
- Width = 369
- Height = 240
- ActivePage = dxTabSheet1
- Align = alClient
- HideButtons = False
- HotTrack = False
- MultiLine = False
- OwnerDraw = False
- RaggedRight = False
- ScrollOpposite = False
- TabHeight = 0
- TabOrder = 0
- TabPosition = dxtpTop
- TabStop = True
- TabWidth = 0
- object dxTabSheet1: TdxTabSheet
- Caption = 'General'
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 74
- Height = 13
- Caption = 'Syntaxfiles path'
- end
- object Label2: TLabel
- Left = 16
- Top = 80
- Width = 65
- Height = 13
- Caption = 'Datafiles path'
- end
- object edtSyntaxFilesPath: TdxButtonEdit
- Left = 16
- Top = 32
- Width = 337
- TabOrder = 0
- Buttons = <
- item
- Default = True
- end>
- OnButtonClick = edtSyntaxFilesPathButtonClick
- ExistButtons = True
- end
- object edtDatafilespath: TdxButtonEdit
- Left = 16
- Top = 96
- Width = 337
- TabOrder = 1
- Buttons = <
- item
- Default = True
- end>
- OnButtonClick = edtDatafilespathButtonClick
- ExistButtons = True
- end
- object btnOk: TBitBtn
- Left = 280
- Top = 176
- Width = 75
- Height = 25
- Caption = '&Ok'
- TabOrder = 2
- OnClick = btnOkClick
- end
- object btnCancel: TBitBtn
- Left = 200
- Top = 176
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = btnCancelClick
- end
- object chkRefreshDataObjects: TCheckBox
- Left = 16
- Top = 144
- Width = 225
- Height = 17
- Caption = 'Automatically refresh datafile objects'
- TabOrder = 4
- end
- end
- end
- object dlgOpenSyntaxfile: TDirectoryDialog
- Top = 23
- Left = 320
- Title = 'Browse for Syntaxfiles Folder'
- end
- object dlgOpenDatafile: TDirectoryDialog
- Top = 87
- Left = 320
- Title = 'Browse for Datafiles Folder'
- end
- end
-